Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

first step to pave pathetic the path to universality WiP #116

Draft
wants to merge 44 commits into
base: production
Choose a base branch
from

Conversation

Metaphoriker
Copy link
Owner

@Metaphoriker Metaphoriker commented Dec 17, 2024

  • the structure of pathetic has been improved to open the doors for any kind of 3D environment
  • the provider, which before were forced on bukkit, has been opened up
  • several renamings of core classes to further open up pathetic
  • experimental prioritizing feature has been removed
  • allowingFailFast has been removed
  • added a way to hook into the pathfinding process with a PathfinderHook
  • improved PathfinderFactory with a PathfinderInitializer
  • pathetic is now MIT
  • event system has been removed
  • bStats has been removed
  • removed bukkit-specific pathfilters from the api

dependabot bot and others added 30 commits December 9, 2024 04:10
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.11.1 to 3.11.2.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.11.1...maven-javadoc-plugin-3.11.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…apache.maven.plugins-maven-javadoc-plugin-3.11.2

build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2
This is due to its inconsistency + it has nothing to do with the pathfinder per se. The same result is better achievable through filters and stages.
…onfiguration and bStats is now handled via listeners
This change includes:
- pathetic-mapper is no more and was replaced with a specific module pathetic-bukkit
- pathetic-model is now pathetic-engine
- pathetic-engine is now independent of the bukkit api
- the required shutdown process was replaced with a shutdown hook
- the PathfinderFactory is now part of the pathetic-api and has to be instantiated with the respective PathfinderInitializer
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.3.1-jre to 33.4.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…google.guava-guava-33.4.0-jre

build(deps): bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre
We are MIT
The event system was obsolete, since the user has the start and end of the pathfinding in its own hand, and everything else can be done by the new hook. BStats has been removed, since pathetic takes a new path, which can include non-minecraft projects.
@Metaphoriker Metaphoriker marked this pull request as draft December 17, 2024 16:46
@Metaphoriker Metaphoriker changed the title first step to pave pathetic the path to universality first step to pave pathetic the path to universality WiP Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant